←Select platform

NamedPipeStream<T> Class

Summary

An abstract class that exposes a Stream around a named pipe, supporting read and write operations.

Syntax

C#
C++/CLI
public abstract class NamedPipeStream<T> 
public: 
   generic<typename T> 
   ref class NamedPipeStream abstract 

Type Parameters

T

Any PipeStream class.

Remarks

This class is used as the base class for:

These classes can be used for inter-process communication.

For example, these classes could be used for communication between a Window Service and a separate application that is used to configure the windows service.

Requirements

Target Platforms

See Also

NamedPipeStream Members

Leadtools.Dicom.AddIn.Common Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.